runtime.specialsIter.s (field)
14 uses
runtime (current package)
mgcsweep.go#L556: objIndex := uintptr(siter.s.offset) / size
mgcsweep.go#L564: for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
mgcsweep.go#L576: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L579: special := siter.s
mgcsweep.go#L592: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L595: special := siter.s
mgcsweep.go#L603: if siter.s.kind == _KindSpecialReachable {
mheap.go#L2777: s *special
mheap.go#L2785: return i.s != nil
mheap.go#L2789: i.pprev = &i.s.next
mheap.go#L2790: i.s = *i.pprev
mheap.go#L2796: cur := i.s
mheap.go#L2797: i.s = cur.next
mheap.go#L2798: *i.pprev = i.s
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)